This section describes the command uxset info (UXSETINFO on OS/400). Executed in the Uproc script, it allows user’s information to be set in the job monitor:
The corresponding values are displayed in the job monitor if the values are different than the previous value (default values of the Uproc or previous command executed in the script):
The command syntax is as follows:
uxset info [value=VALUE] [severity=NUM]
Description of Items
value=
(Optional) Enter the text to be displayed in the Information field.
Format: 50 alphanumerical characters, enclosed within quotation marks if it contains spaces.
severity=
(Optional) Enter the number to be displayed in the Severity field.
Format: Number between 0 and 9999.
Default: 0.
Example
Running a Uproc with a script containing the following command displays "My job is running" in the Information field and "0004" in the Severity field of the UVC Job runs document.
uxset info value="My job is running " severity=0004